Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove github.com/grpc-ecosystem/grpc-gateway unused dependency #2858

Merged

Conversation

jeffy-mathew
Copy link
Contributor

@jeffy-mathew jeffy-mathew commented Mar 2, 2021

Signed-off-by: Jeffy Mathew jeffy.mathew100@gmail.com

Which problem is this PR solving?

Short description of the changes

  • Remove dependency on github.com/grpc-ecosystem/grpc-gateway
  • Remove silent imports in proto files for github.com/grpc-ecosystem/grpc-gateway
  • Remove registration with golang/protobuf for the grpc-gateway in proto files
  • Remove reference in Makefile

@jeffy-mathew jeffy-mathew requested a review from a team as a code owner March 2, 2021 13:52
@jeffy-mathew jeffy-mathew changed the title remove github.com/grpc-ecosystem/grpc-gateway unused dependency Remove github.com/grpc-ecosystem/grpc-gateway unused dependency Mar 2, 2021
@codecov
Copy link

codecov bot commented Mar 2, 2021

Codecov Report

Merging #2858 (96df1d3) into master (b950c55) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2858      +/-   ##
==========================================
+ Coverage   95.93%   95.94%   +0.01%     
==========================================
  Files         223      223              
  Lines        9675     9675              
==========================================
+ Hits         9282     9283       +1     
+ Misses        325      323       -2     
- Partials       68       69       +1     
Impacted Files Coverage Δ
cmd/query/app/static_handler.go 95.16% <0.00%> (-1.62%) ⬇️
plugin/storage/integration/integration.go 77.90% <0.00%> (+0.55%) ⬆️
pkg/config/tlscfg/cert_watcher.go 94.80% <0.00%> (+2.59%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b950c55...9cddac3. Read the comment docs.

@jeffy-mathew jeffy-mathew marked this pull request as draft March 2, 2021 15:24
@jeffy-mathew jeffy-mathew force-pushed the remove-grpc-gateway-dependency branch from dc1965f to 0fa13bc Compare March 6, 2021 06:35
Signed-off-by: Jeffy Mathew <jeffy.mathew100@gmail.com>
Signed-off-by: Jeffy Mathew <jeffy.mathew100@gmail.com>
@jeffy-mathew jeffy-mathew force-pushed the remove-grpc-gateway-dependency branch from 0fa13bc to 9cddac3 Compare March 6, 2021 06:47
@jeffy-mathew jeffy-mathew marked this pull request as ready for review March 6, 2021 07:25
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@yurishkuro yurishkuro merged commit bcda38b into jaegertracing:master Mar 6, 2021
@yurishkuro
Copy link
Member

@joe-elliott I wonder if this would any effect on your proto upgrade, since it explicitly removes registrations against official goproto in the generated files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency on github.com/grpc-ecosystem/grpc-gateway
3 participants